Operation Context.PullDocumentList (Pull Document List)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Restore the first saved input document list in the context input stack
Operation id | Context.PullDocumentList |
---|---|
Aliases | Document.PullList |
Category | Push & Pop |
Label | Pull Document List |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | documents |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.stack.PullDocumentList |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Context.PullDocumentList", "aliases" : [ "Document.PullList" ], "label" : "Pull Document List", "category" : "Push & Pop", "requires" : null, "description" : "Restore the first saved input document list in the context input stack", "url" : "Context.PullDocumentList", "signature" : [ "void", "documents" ], "params" : [ ] }